Skip to content

Conversation

harkishen
Copy link

Problem

docker-compose fails to run due to KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR being declared twice.

Error

% docker-compose up -d --build
yaml: unmarshal errors:
  line 34: mapping key "KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR" already defined at line 32

Solution

Remove the duplicate env variable.

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@harkishen harkishen requested a review from a team as a code owner April 4, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant